scrolledwindow: Add ::edge-overshot signal
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 12 Oct 2014 12:29:24 +0000 (14:29 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 20 Oct 2014 16:52:43 +0000 (18:52 +0200)
commitca9d15df92027ebc034dd9053ad2917e0ead20d5
tree132ac392802ec1d2b8fe70c98ed2739999299bb9
parentc84f544fc382c8b806633c9a272329e6dbc7d88d
scrolledwindow: Add ::edge-overshot signal

This signal is emitted whenever user scrolling hits the overshoot
edge in the given direction. May be useful to add "reload" or "load
more" behaviors in apps.

https://bugzilla.gnome.org/show_bug.cgi?id=738534
gtk/gtkscrolledwindow.c
tests/Makefile.am
tests/testscrolledge.c [new file with mode: 0644]